API Documentation
TestFunctionObserverInformation.h
1 // TestFunctionObserverInformation.h
3 //
5 
6 namespace nkDebug
7 {
12  {
13  // Always available
15 
16  // After run
17  unsigned long long _timeMicroS = 0ull ;
18  } ;
19 }
nkDebug::TestFunctionObserverInformation::_name
nkMemory::StringView _name
Name of the calling function, available at all times.
Definition: TestFunctionObserverInformation.h:14
nkDebug::TestFunctionObserverInformation::_timeMicroS
unsigned long long _timeMicroS
Time the function took to run, in micro seconds. Available after a run, whether success or failure.
Definition: TestFunctionObserverInformation.h:17
nkMemory::StringView
Class holding information about a string, with no ownership over the data.
Definition: StringView.h:22
nkDebug::TestFunctionObserverInformation
Information provided during a function run.
Definition: TestFunctionObserverInformation.h:12
nkDebug
Encompasses all API of component NilkinsDebug.
Definition: LogManager.h:7